projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf66725
)
; * configure.ac: Fix another typo.
author
Po Lu
<luangruo@yahoo.com>
Sun, 5 Mar 2023 02:57:06 +0000
(10:57 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sun, 5 Mar 2023 02:57:06 +0000
(10:57 +0800)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index e66551805ec0c0f4c7567091e7bb1276804a42c0..3e2a44d47bf84e2d6d7d58a8e7a06fb24dd103d8 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-7769,7
+7769,7
@@
if test "$XCONFIGURE" != "android"; then
lib/min-max.h"
for file in $emacs_files; do
AS_IF([expr "X${file}J" : "Xlib/.*[[ch]]J" >/dev/null],
- [AS_IF([test -f
$file
],
+ [AS_IF([test -f
"$srcdir/$file"
],
[AC_CONFIG_LINKS([cross/$file:$file])])])
done
fi